home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbgif20.arc / UP-TO-20.DOC < prev   
Text File  |  1991-08-03  |  4KB  |  81 lines

  1.  
  2.        UP-TO-20.DOC - A DOC FILE FOR THE PROGRAM REM-RES.EXE
  3.  
  4.        ********************************************************************
  5.        IF  YOU ARE  UPGRADING FROM  PCBGIF  1.3 OR  PRIOR, READ  THESE DOCS
  6.        COMPLETELY.  IF YOU HAVE NEVER USED  PCBGIF, ERASE THIS DOC FILE AND
  7.        THE  REM-RES.EXE  FILE,  UNZIP THE  PROGRAM  FILES,  AND  FOLLOW THE
  8.        INSTRUCTIONS IN THE FILE PCBGIF.DOC.
  9.        ********************************************************************
  10.  
  11.  
  12.        REM-RES.EXE is a  program designed to strip  out resolutions in your
  13.        PCBoard  DIR files  inserted by  prior  versions of  PCBGIF.  PCBGIF
  14.        Version 2.0 now appends resolutions to the last description line, if
  15.        possible, where prior  versions added a  resolution only description
  16.        line.  Since PCBGIF  V2.0 the resolution  at the end  of a line, any
  17.        resolution only  lines inserted by  prior versions will  result in a
  18.        double reporting of resolutions.
  19.  
  20.        REM-RES.EXE is a  quick and dirty program  to remove resolution only
  21.        lines from  DIR files  created from  PCBGIF version  1.3 and before.
  22.        It's  logic looks  for the  "|"  character in  position 32,  the "["
  23.        character in position 34, the "]" character after the "[" character,
  24.        and an "x" character between "[" and "]".  If a line meets all these
  25.        characteristics, the line is removed,  since it will be considered a
  26.        resolution only line from a prior version of PCBGIF.
  27.  
  28.        ********************************************************************
  29.        I STRONGLY SUGGEST YOU  BACK UP YOUR CURRENT  DIR FILES BEFORE USING
  30.        THIS PROGRAM.  FAILURE TO DO SO COULD RESULT IN THE LOSS OF YOUR DIR
  31.        FILES!  PLEASE TAKE THIS SUGGESTION SERIOUSLY!
  32.        ********************************************************************
  33.  
  34.        To use this program,
  35.  
  36.            First back-up your current DIR files!
  37.  
  38.            Run the  REM-RES program  and pass  it the  path/filename of the
  39.            SECOND  configuration  file  used  by  the  previous  version of
  40.            PCBGIF.  The second configuration file  is the one referenced by
  41.            the first configuration file, and it contains the path/filenames
  42.            of the PCBoard DIR files containing GIF files.  Note that you do
  43.            NOT pass  this name to  PCBGIF normally.  An  example of running
  44.            this program might be:
  45.  
  46.                                  REM-RES PCBGIF-O.CFG
  47.  
  48.            where PCBGIF-O.CFG is the name of the second configuration file.
  49.  
  50.  
  51.        After running REM-RES  on all your  PCBGIF configuration sets, check
  52.        the  results  for anything  strange.   If  all looks  ok,  unZIP the
  53.        program files and proceed with PCBGIF.DOC for information on the new
  54.        version of PCBGIF.
  55.  
  56.        Note that  the first configuration  file for PCBGIF  Version 2.0 has
  57.        changed from prior  versions (the second  configuration file remains
  58.        the same.).   You MUST  modify the  first configuration  file to run
  59.        PCBGIF Version 2.0!   Please read the  entire PCBGIF.DOC file before
  60.        running the new version of PCBGIF.
  61.  
  62.        PCBGIF  no  longer  requires  BRUN45.EXE  (Microsoft  BASIC run-time
  63.        module), SORTF,  or Bob  Berry's GIFDIR.   However, it  does require
  64.        GIFDIR by Paul  Boulay.  It is unfortunate  that both programs share
  65.        the same filename, and even  the same version number.  However, they
  66.        function quite differently.  Be sure that PCBGIF 2.0 will access the
  67.        correct GIFDIR.  If PCBGIF V2.0  somehow gets to Bob Berry's version
  68.        rather than Paul  Boulay's, it will choke,  and unknown results will
  69.        occur.
  70.  
  71.        Please report any strange problems to me on my BBS.  Thanks!
  72.  
  73.                               PC Treasure Chest BBS
  74.                              1200/1400 Baud, 24 Hrs.
  75.                               Fullerton, California
  76.                                   (714) 738-0841
  77.  
  78.                               Ramon Martinez, Sysop
  79.  
  80.        End of quick and dirty docs.
  81.